home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 46
/
Amiga Format CD46 (1999-10-20)(Future Publishing)(GB)[!][issue 1999-12].iso
/
-in_the_mag-
/
reader_requests
/
scilab
/
man
/
man-part1
/
cat3
/
isdef.3
< prev
next >
Wrap
Text File
|
1999-09-16
|
331b
|
67 lines
isdef(3) Scilab Function isdef(3)
NAME
isdef - check variable existence
CALLING SEQUENCE
isdef('var-name')
DESCRIPTION
returns %T if the variable 'var-name' exists and %F otherwise.
SEE ALSO
exists, whereis, type, typeof